Package ga.core.goperators

Interface Summary
ICrossoverOp<T extends IIndividual<T>> Interface for a crossover operator.
IGeneticOp Marker interface to identify a class as genetic operator.
IMutationOp<T extends IIndividual<T>> Interface for a mutation operator.
 

Class Summary
ProbabilityOp Abstract class for a probability operator.